home *** CD-ROM | disk | FTP | other *** search
/ Linux Cubed Series 8: LINUX Games / Linux Cubed Series 8 - LINUX Games.iso / games / x11 / strategy / xvmahjon.por / xvmahjon / xvmahjongg / README < prev    next >
Text File  |  1991-12-20  |  2KB  |  56 lines

  1. 12/20/91
  2.  
  3. Using the pre-built executable
  4. -------------------------------
  5. If you find the file mahjongg.sun4 in this directory, this is a pre-built
  6. binary executable of XView mahjongg for Sun4/SPARC machines.
  7. If you have OpenWindows 2.0 or 3.0, and a Sun4 or SPARC system with
  8. SunOS 4.1.1 or better, this binary should run fine.  Add '.' to your
  9. HELPPATH environment variable to enable access to the ./mahjongg.info
  10. help file, and then just run "mahjongg.sun4".
  11.  
  12.  
  13. To Build XView Mahjongg
  14. -----------------------
  15. If you are running OpenWindows 2.0 or 3.0, everything is configured
  16. right for you, so just type "make" to build XView mahjongg.
  17.  
  18. If not in OpenWindows and some other X11 environment, run make with
  19. two make variables set on the command line, as shown below, or
  20. modify the Makefile.
  21.  
  22.     make XVIEWROOT=<xviewpkgtop>  XVIEWLIBDIR=-L<xviewpkgtop/lib>
  23.  
  24. If your machine has Intel/VAX/... byte order run "make mahjongg.swap".
  25.  
  26. Before invoking mahjongg, make sure the mahjongg.info file is in
  27. a directory that your $HELPPATH lists.  For a quick test, do one of
  28. these:
  29.     setenv HELPPATH .:$HELPPATH    # if HELPPATH is already set
  30. or
  31.     setenv HELPPATH .        # if HELPPATH is not set
  32.  
  33. and then run ./mahjongg.  With the mouse in the mahjongg window, hit
  34. the Help key on your system.
  35.  
  36.  
  37. To Build SunView Mahjongg
  38. -------------------------
  39. If you build XView mahjongg first, then do:
  40.     cd sunview
  41.     make -f Makefile.xvicons
  42.  
  43. If you have not built XView mahjongg, then
  44.     cd sunview
  45.     make
  46.  
  47.  
  48. ----------------------------------------------------------------
  49. As far as naming the programs, I recommend the XView version be
  50. called "mahjongg" and the SunView version (if you want both around)
  51. be re-named to "mahjongg_sv", or be moved into a sub-directory for
  52. SunView executables.
  53.  
  54.  
  55. Stan Tazuma
  56.